home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rdblib / test.frm < prev    next >
Text File  |  1995-05-08  |  20KB  |  788 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Royce D. Bacon (RDB) Common Library Demo"
  5.    ClientHeight    =   5970
  6.    ClientLeft      =   1140
  7.    ClientTop       =   1080
  8.    ClientWidth     =   7740
  9.    Height          =   6660
  10.    Icon            =   TEST.FRX:0000
  11.    Left            =   1080
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   5970
  14.    ScaleWidth      =   7740
  15.    Top             =   450
  16.    Width           =   7860
  17.    Begin PictureBox cMsg 
  18.       BackColor       =   &H000000FF&
  19.       Height          =   1000
  20.       Left            =   0
  21.       ScaleHeight     =   975
  22.       ScaleWidth      =   975
  23.       TabIndex        =   1
  24.       Top             =   0
  25.       Width           =   1000
  26.    End
  27.    Begin PictureBox PnlHelp 
  28.       BackColor       =   &H000000FF&
  29.       Height          =   1000
  30.       Left            =   0
  31.       ScaleHeight     =   975
  32.       ScaleWidth      =   975
  33.       TabIndex        =   4
  34.       Top             =   0
  35.       Width           =   1000
  36.    End
  37.    Begin PictureBox CMDialog1 
  38.       BackColor       =   &H000000FF&
  39.       Height          =   1000
  40.       Left            =   0
  41.       ScaleHeight     =   975
  42.       ScaleWidth      =   975
  43.       TabIndex        =   5
  44.       Top             =   0
  45.       Width           =   1000
  46.    End
  47.    Begin PictureBox BtnEject 
  48.       BackColor       =   &H000000FF&
  49.       Height          =   1000
  50.       Left            =   0
  51.       ScaleHeight     =   975
  52.       ScaleWidth      =   975
  53.       TabIndex        =   9
  54.       Top             =   0
  55.       Width           =   1000
  56.    End
  57.    Begin TextBox TxtDate 
  58.       BackColor       =   &H00C0C0C0&
  59.       Height          =   375
  60.       Left            =   4020
  61.       TabIndex        =   14
  62.       Tag             =   "Enter the date to be validated"
  63.       Text            =   "01/01/94"
  64.       Top             =   4620
  65.       Width           =   1095
  66.    End
  67.    Begin TextBox Txtprintwidth 
  68.       BackColor       =   &H00C0C0C0&
  69.       Height          =   375
  70.       Left            =   6660
  71.       TabIndex        =   11
  72.       Tag             =   "Enter the line width to use"
  73.       Text            =   "65"
  74.       Top             =   3060
  75.       Width           =   555
  76.    End
  77.    Begin TextBox Txtfmtline 
  78.       BackColor       =   &H00C0C0C0&
  79.       Height          =   375
  80.       Left            =   3960
  81.       TabIndex        =   10
  82.       Tag             =   "Enter the beginning line for the text to print on"
  83.       Text            =   "10"
  84.       Top             =   3060
  85.       Width           =   555
  86.    End
  87.    Begin PictureBox BtnFormat 
  88.       BackColor       =   &H000000FF&
  89.       Height          =   1000
  90.       Left            =   0
  91.       ScaleHeight     =   975
  92.       ScaleWidth      =   975
  93.       TabIndex        =   13
  94.       Top             =   0
  95.       Width           =   1000
  96.    End
  97.    Begin TextBox Txtformatstring 
  98.       BackColor       =   &H00C0C0C0&
  99.       Height          =   795
  100.       Left            =   3960
  101.       MultiLine       =   -1  'True
  102.       ScrollBars      =   2  'Vertical
  103.       TabIndex        =   12
  104.       Tag             =   "Enter the string to be formatted"
  105.       Text            =   "This String Will Be Formatted Into individual lines for printing.  This text should be long enough to create multiple lines on the printed output."
  106.       Top             =   3480
  107.       Width           =   3675
  108.    End
  109.    Begin TextBox Txtrjcol 
  110.       BackColor       =   &H00C0C0C0&
  111.       Height          =   375
  112.       Left            =   7140
  113.       TabIndex        =   8
  114.       Tag             =   "Enter the rightmost column to align on"
  115.       Text            =   "40"
  116.       Top             =   2340
  117.       Width           =   435
  118.    End
  119.    Begin TextBox Txtrjformat 
  120.       BackColor       =   &H00C0C0C0&
  121.       Height          =   375
  122.       Left            =   4320
  123.       TabIndex        =   7
  124.       Tag             =   "Enter the format string to use for formatting the number"
  125.       Text            =   "###,##0.00"
  126.       Top             =   2340
  127.       Width           =   1455
  128.    End
  129.    Begin PictureBox Btnrightjustify 
  130.       BackColor       =   &H000000FF&
  131.       Height          =   1000
  132.       Left            =   0
  133.       ScaleHeight     =   975
  134.       ScaleWidth      =   975
  135.       TabIndex        =   15
  136.       Top             =   0
  137.       Width           =   1000
  138.    End
  139.    Begin TextBox Txtrjnum 
  140.       BackColor       =   &H00C0C0C0&
  141.       Height          =   375
  142.       Left            =   4320
  143.       TabIndex        =   6
  144.       Tag             =   "Enter the number to be formatted"
  145.       Text            =   "200"
  146.       Top             =   1920
  147.       Width           =   1455
  148.    End
  149.    Begin PictureBox ChkNewLine 
  150.       BackColor       =   &H000000FF&
  151.       Height          =   1000
  152.       Left            =   0
  153.       ScaleHeight     =   975
  154.       ScaleWidth      =   975
  155.       TabIndex        =   16
  156.       Top             =   0
  157.       Width           =   1000
  158.    End
  159.    Begin TextBox Txtctrline 
  160.       BackColor       =   &H00C0C0C0&
  161.       Height          =   315
  162.       Left            =   2760
  163.       TabIndex        =   3
  164.       Tag             =   "Enter the line number for the string to print on"
  165.       Text            =   "10"
  166.       Top             =   1320
  167.       Width           =   555
  168.    End
  169.    Begin PictureBox BtnCenter 
  170.       BackColor       =   &H000000FF&
  171.       Height          =   1000
  172.       Left            =   0
  173.       ScaleHeight     =   975
  174.       ScaleWidth      =   975
  175.       TabIndex        =   32
  176.       Top             =   0
  177.       Width           =   1000
  178.    End
  179.    Begin TextBox Txtctrstring 
  180.       BackColor       =   &H00C0C0C0&
  181.       Height          =   375
  182.       Left            =   3900
  183.       TabIndex        =   2
  184.       Tag             =   "Enter the string to be centered"
  185.       Text            =   "This String Will Be Centered"
  186.       Top             =   960
  187.       Width           =   3675
  188.    End
  189.    Begin TextBox TxtErrorNum 
  190.       BackColor       =   &H00C0C0C0&
  191.       Height          =   375
  192.       Left            =   4500
  193.       TabIndex        =   0
  194.       Tag             =   "Enter the error number to be generated"
  195.       Text            =   "10"
  196.       Top             =   240
  197.       Width           =   555
  198.    End
  199.    Begin PictureBox Command3D2 
  200.       BackColor       =   &H000000FF&
  201.       Height          =   1000
  202.       Left            =   0
  203.       ScaleHeight     =   975
  204.       ScaleWidth      =   975
  205.       TabIndex        =   33
  206.       Top             =   0
  207.       Width           =   1000
  208.    End
  209.    Begin PictureBox BtnGenError 
  210.       BackColor       =   &H000000FF&
  211.       Height          =   1000
  212.       Left            =   0
  213.       ScaleHeight     =   975
  214.       ScaleWidth      =   975
  215.       TabIndex        =   34
  216.       Top             =   0
  217.       Width           =   1000
  218.    End
  219.    Begin Label Label2 
  220.       Alignment       =   2  'Center
  221.       BackColor       =   &H00FF0000&
  222.       Caption         =   "RB_Validate_Date"
  223.       Height          =   255
  224.       Index           =   4
  225.       Left            =   0
  226.       TabIndex        =   29
  227.       Top             =   4320
  228.       Width           =   7755
  229.    End
  230.    Begin Label Label2 
  231.       Alignment       =   2  'Center
  232.       BackColor       =   &H00FF0000&
  233.       Caption         =   "RB_Text_Format"
  234.       Height          =   255
  235.       Index           =   3
  236.       Left            =   0
  237.       TabIndex        =   31
  238.       Top             =   2760
  239.       Width           =   7755
  240.    End
  241.    Begin Label Label2 
  242.       Alignment       =   2  'Center
  243.       BackColor       =   &H00FF0000&
  244.       Caption         =   "RB_Rjustify"
  245.       Height          =   255
  246.       Index           =   2
  247.       Left            =   0
  248.       TabIndex        =   30
  249.       Top             =   1620
  250.       Width           =   7755
  251.    End
  252.    Begin Label Label2 
  253.       Alignment       =   2  'Center
  254.       BackColor       =   &H00FF0000&
  255.       Caption         =   "RB_ErrorHandler"
  256.       Height